home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Developers / Prograph Classic Freeware / Prograph Extensions / Primitives / Primitives.rsrc / STR#_119.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  412 b   |  11 lines

  1. Inputs: List; AttributeName; Value; [StartIndex]
  2. Outputs: FoundIndex; Instance
  3.  
  4. Inputs: list; string; any; [integer ]
  5. Outputs: integer; instance | NULL
  6.  
  7. Instance is the first instance after position StartIndex in List with an attribute AttributeName having the value Value. FoundIndex is the position of Instance in List. If no such instance exists, FoundIndex and Instance are 0 and NULL, respectively.
  8.  
  9. Lists
  10.  
  11.